home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso
/
1256
/
mf.inf
< prev
next >
Wrap
INI File
|
1997-04-18
|
1KB
|
77 lines
; COBOL parser settings for pure Micro Focus COBOL
; Micro Focus supports several other COBOL extensions,
; which are not included in this file. Use the general
; COBOL parser settings for these extensions.
; a list of possible exceptions for statements
[Exceptions]
Ex1=ON OVERFLOW,OVERFLOW
Ex2=ON EXCEPTION,EXCEPTION
Ex3=ON ESCAPE,ESCAPE
Ex4=NO DATA
Ex5=ON SIZE ERROR,SIZE ERROR
Ex6=AT END,END
Ex7=INVALID KEY,INVALID
Ex8=AT END-OF-PAGE,END-OF-PAGE
Ex9=AT EOP,EOP
Ex10=WITH DATA,DATA
; a list of statements that should be recognized
[Statements]
CallException=1,2
SearchException=6
Stmt1=$DISPLAY
Stmt2=$IF
Stmt3=ACCEPT,2,3,*
Stmt4=ADD,5,*
Stmt5=CANCEL
Stmt6=CHAIN
Stmt7=CLOSE
Stmt8=COMMIT
Stmt9=COMPUTE,5,*
Stmt10=CONTINUE
Stmt11=DELETE,7,*
Stmt12=DISPLAY,2,*
Stmt13=DIVIDE,5,*
Stmt14=EXHIBIT
Stmt15=GENERATE
Stmt16=GO
Stmt17=INITIALIZE
Stmt18=INITIATE
Stmt19=INSPECT
Stmt20=MERGE
Stmt21=MOVE
Stmt22=MULTIPLY,5,*
Stmt23=OPEN
Stmt24=PURGE
Stmt25=READ,6,7,*
Stmt26=READY
Stmt27=RECEIVE,4,10,*
Stmt28=RELEASE
Stmt29=RETURN,6,*
Stmt30=REWRITE,7,*
Stmt31=ROLLBACK
Stmt32=SEND
Stmt33=SET
Stmt34=SORT
Stmt35=START,7,*
Stmt36=STOP
Stmt37=STRING,1,*
Stmt38=SUBTRACT,5,*
Stmt39=SUPPRESS
Stmt40=TERMINATE
Stmt41=UNLOCK
Stmt42=UNSTRING,1,*
Stmt43=USE
Stmt44=WRITE,7,8,9,*
; these keywords should not be recognized as statements
[NoKeywords]
NK1=OTHERWISE
[ParseOptions]
AllowSentenceInAArea=1